pysnow icon indicating copy to clipboard operation
pysnow copied to clipboard

ServiceNow API Client Library

Results 22 pysnow issues
Sort by recently updated
recently updated
newest added

The pyproject.toml file specifies "^2019.3" as the version, but pytz does not use semantic versioning. "^1.2.3" allows versions ">=1.2.3 =2019.3

**What I am doing** `df = pd.DataFrame(response.all())` **Where I have a problem** I would like for example to return "assignment_group" as a "Display_Value" and "calendar_stc" as a normal "Value". -...

Adds handling of UnexpectedSymbol from ijson. When developer instances hibernate, a broken reply is sent from it's API's, which throws errors like this: `ijson.backends.python.UnexpectedSymbol: Unexpected symbol '

I'd like to use pysnow, but this older pinned version of pytz is conflicting with other Python libraries that require more modern versions.

Hi, I'm using python version 3.8.7 and "import pysnow" never loads. I'm using pysnow for the first time and facing the issue.

[`poetry-core`](https://github.com/python-poetry/poetry-core) is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects. Using `poetry-core` allows distribution packages to depend...

I am using some automation that calls pysnow under the covers. The docs for pysnow QueryBuilder say we can pass in a datetime or str representation of a datetime for...

It would be very helpful if you could tag releases as well. This would enable distributions to use the sources from GitHub. Thanks

I have a query that returns the display values when using the response.all() function, but I cannot get the display values when using the response.get_multiple() function. the following does not...

Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies