Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jan 5, 2024
1 parent c06024e commit 4111d36
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 21 deletions.
99 changes: 81 additions & 18 deletions neo4j-app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions neo4j-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,20 @@ markers = [
]

[tool.poetry.dependencies]
python = "^3.10.8"
fastapi = "^0.99.1"
python = "^3.9"
pyyaml = ">=5.4.0" # For security
uvicorn = { version = "^0.23.2", extras = ["standard"] }
elasticsearch = {version = "<7.14", extras = ["async"]}
elasticsearch = {version = "^7.13", extras = ["async"]}
neo4j = "^5.5.0"
setuptools = "^67.6.1"
datrie = "^0.8.2"
tenacity = "^8.2.3"
aiostream = "^0.5.1"
gunicorn = "^21.2.0"
python-json-logger = "^2.0.7"
pyinstaller-hooks-contrib = "^2023.12"
fastapi = "^0.99.1"
pydantic = "<2.0.0"

[tool.poetry.group.dev.dependencies]
fastapi = { version = "^0.99.1", extras = ["all"] }
Expand Down

0 comments on commit 4111d36

Please sign in to comment.