Agraph-python

Latest version: v103.0.1

Safety actively analyzes 631215 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

101.0.11

================

use getargspec only for Python 2.7
----------------------------------

Import "getargspec" and alias it as "getfullargspec" only if it's Python 2.x;
if it's Python 3.x, we import "getfullargspec" from "inspect" package
directly.

101.0.10

================

rfe16865: support graphql queries in python
-------------------------------------------

New method ``evalGraphqlQuery`` has been added to ``RepositoryConnection``
class. It is a thin wrapper over the HTTP API:
https://franz.com/agraph/support/documentation/current/http-reference.html#backend-post-catalogs-repositories-graphql

101.0.9

===============

Make loading the module six an installation requirement
--------------------------------------------------------

101.0.8

===============

Allow sparql queries inside a Jupyter notebook
--------------------------------------------------------

Also
Allow "root" to denote the root catalog
Update some module versions
Fix the specification of a protocol when creating a
connection.

101.0.7

===============

rfe16555: Add support for handling 204 responses from AG
--------------------------------------------------------

The AllegroGraph server, starting in vesion 7.1.0, may return
a 204 (no content) response when it knows that it will not
be returning any data. The client will
then create a null cursor, rather than creating an http
cursor which when used immediately returns 'no data left'

101.0.6

===============

rfe16523: query options API
---------------------------

``RepositoryConnection`` class now provides a set of methods for
managing per-user/per-repository SPARQL query options. The methods
utilize a server-side API that is available in AllegroGraph v7.1.0 and
later and are similar to the namespace management methods:

- ``getQueryOptions()``
- ``getQueryOption()``
- ``setQueryOption()``
- ``removeQueryOption()``
- ``clearQueryOptions()``

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.