agraph-python
agraph-python copied to clipboard
AllegroGraph Python client
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
A lot of classes implemented have properties, but no Statement. In this case, if for example the object attribute is accessed, it will not be parsed to a Value, instead...
While working with agraph-python, I experienced an issue that might be a bug in agraph-python itself. I am running the v7.0.4 version of the franzinc/agraph Docker image in a CI...
I would like to export/serialize my query results to the `application/sparql-results+json` format as specified [here](https://www.w3.org/TR/sparql11-results-json/). Is there a built-in function that achieves that?
As of urllib 2.0.0 (released 2023-04-26), the `method_whitelist` argument for Retry (which has been deprecated for a while) was removed in favor of `allowed_methods`. This PR simply swaps the old...
As of urllib 2.0.0 (released 2023-04-26), the `method_whitelist` argument for `Retry` (which has been deprecated for a while) was removed in favor of `allowed_methods`. However, the removed argument is still...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.1.18 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
The pyproject.toml file specifies the following inclusive specifier for the Python version: ``` requires-python = ">=3.8,=3.8,