fix(dependencies): update Faker version constraint

- Changed the Faker version from caret constraint to tilde constraint for compatibility.
- Updated poetry.lock for changes in pyproject.toml content.
This commit is contained in:
-LAN- 2024-11-14 14:05:42 +08:00
parent 71cf4c7dbf
commit 620b0e69f5
2 changed files with 2 additions and 2 deletions

2
api/poetry.lock generated
View File

@ -11051,4 +11051,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "9e6481430de11a66c56737e25cdae6788c0ded2e9cc587c1def7fd35bc93a0d2"
content-hash = "0ab603323ea1d83690d4ee61e6d199a2bca6f3e2cc4b454a4ebf99aa6f6907bd"

View File

@ -266,7 +266,7 @@ weaviate-client = "~3.21.0"
optional = true
[tool.poetry.group.dev.dependencies]
coverage = "~7.2.4"
faker = "^32.1.0"
faker = "~32.1.0"
pytest = "~8.3.2"
pytest-benchmark = "~4.0.0"
pytest-env = "~1.1.3"