PySNC icon indicating copy to clipboard operation
PySNC copied to clipboard

Python API for ServiceNow

Results 21 PySNC issues
Sort by recently updated
recently updated
newest added

If you have more than one field change in a record the changes() method will return False. I am pretty sure it is because xor on True and True returns...

bug

Fixed issue with multiple changes returns False. Fixes issue #114

When using the update_multiple command, I ran into an issue where my instance's batch size is small and had KeyError's from the .execute() iteration over serviced_requests + unserviced_requests coming back...

bug

I'd like to use `pysnc` to iteratively (with fixed space/memory) consume a very large ServiceNow table. Based on what I saw in the docs and looking at the source code...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

via pull #115 -- did it via new PR so tests run and i'm ignorant on how to get fork pr's to run tests

I'd like to include the `link` attribute in GlideElement when it exists to know if/when an element of a record is a link to another record. Some elements come with...

enhancement

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...

dependencies
python

Can you please update your python dependencies, especially [certifi](https://pypi.org/project/certifi/#description)? Alternatively, since the requests library also requires certifi, is it possible to make it dependent on the version needed for requests?

Swap from jake (python specific) to syft/grype