Skip to content

Commit

Permalink
chore(deps): lower Python requirement to >=3.10, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mjugl committed Feb 14, 2024
1 parent 2f9392a commit b9bc9f4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 13 deletions.
61 changes: 51 additions & 10 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ packages = [{ include = "project" }]
flame-result = "project.main:cli"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
minio = "^7.2.3"
fastapi = "^0.109.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }
pydantic-settings = "^2.1.0"
python-multipart = "^0.0.7"
python-multipart = "^0.0.9"
click = "^8.1.7"
jwcrypto = "^1.5.1"
jwcrypto = "^1.5.4"
httpx = "^0.26.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b9bc9f4

Please sign in to comment.