Safety vulnerability ID: 37085
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Agraph-python 101.0.3 updates urllib3 to 1.24.2 for security reasons.
Latest version: 104.1.1
AllegroGraph Python client
===============
Non-RDF document import
-----------------------
JSON and CSV documents can be imported into AllegroGraph using
the new 'transform' service introduced in AG 6.5.0. This can
now be accessed from the Python client by calling the
``addDocumentFile()`` method of the connection object.
Document data from strings or Python dictionaries can be added
with ``addDocumentData()``.
Update dependencies which have security vulnerabilities
-------------------------------------------------------
Bumped urllib3 from 1.22 to 1.23 and requests from 2.18.4 to 2.20.0
according to recommendations made by Github.
Ensure sessions are closed properly
-----------------------------------
Sessions created via the ``openFederation()`` or ``openSession()``
methods of franz.openrdf.sail.allegrographserver.AllegroGraphServer
were not closed when ``close()`` was called on the resulting
connection. This has been fixed.
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application