mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(backend): update gravitasml parser dependency
Pin the backend to gravitasml tag 0.1.4 so the XML parser fix from Significant-Gravitas/gravitasml#15 ships with this PR.
This commit is contained in:
22
autogpt_platform/backend/poetry.lock
generated
22
autogpt_platform/backend/poetry.lock
generated
@@ -1911,17 +1911,21 @@ name = "gravitasml"
|
||||
version = "0.1.3"
|
||||
description = ""
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.10"
|
||||
python-versions = ">=3.10,<4.0"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "gravitasml-0.1.3-py3-none-any.whl", hash = "sha256:51ff98b4564b7a61f7796f18d5f2558b919d30b3722579296089645b7bc18b85"},
|
||||
{file = "gravitasml-0.1.3.tar.gz", hash = "sha256:04d240b9fa35878252d57a36032130b6516487468847fcdced1022c032a20f57"},
|
||||
]
|
||||
files = []
|
||||
develop = false
|
||||
|
||||
[package.dependencies]
|
||||
black = ">=24.10.0,<25.0.0"
|
||||
pydantic = ">=2.9.2,<3.0.0"
|
||||
pytest = ">=8.2.1,<9.0.0"
|
||||
black = "^24.10.0"
|
||||
pydantic = "^2.9.2"
|
||||
pytest = "^8.2.1"
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/Significant-Gravitas/gravitasml.git"
|
||||
reference = "0.1.4"
|
||||
resolved_reference = "d17f6ecc76f79923ed36ef95f702d7c3678d1e3e"
|
||||
|
||||
[[package]]
|
||||
name = "greenlet"
|
||||
@@ -7274,4 +7278,4 @@ cffi = ["cffi (>=1.11)"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.10,<3.14"
|
||||
content-hash = "ff0f6f8d90793ea95f1f7008f7c845432ff46fca0937d5068b4f7cfec0ee7674"
|
||||
content-hash = "9e30095e535ab5ff26154d1c8522de5f89d0a349aa1732204fe41c1c633d3e14"
|
||||
|
||||
@@ -27,7 +27,7 @@ google-api-python-client = "^2.177.0"
|
||||
google-auth-oauthlib = "^1.2.2"
|
||||
google-cloud-storage = "^3.2.0"
|
||||
googlemaps = "^4.10.0"
|
||||
gravitasml = "^0.1.3"
|
||||
gravitasml = { git = "https://github.com/Significant-Gravitas/gravitasml.git", tag = "0.1.4" }
|
||||
groq = "^0.30.0"
|
||||
html2text = "^2024.2.26"
|
||||
jinja2 = "^3.1.6"
|
||||
|
||||
Reference in New Issue
Block a user