Update poetry plugin + generate lock

This commit is contained in:
ParthSareen
2025-01-13 17:08:24 -08:00
parent 2434443b88
commit fbf94d8660
2 changed files with 33 additions and 2 deletions
+3
View File
@@ -13,6 +13,9 @@ python = "^3.8"
httpx = "^0.27.0"
pydantic = "^2.9.0"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.3,<9.0.0"
pytest-asyncio = ">=0.23.2,<0.25.0"