Skip to content

Commit 068a9dc

Browse files
author
Georgii Aleksahin
authored
Merge pull request #22 from StGrail/toggle_api_version_v9
[ERP-1140]: updated pyproject.toml python version
2 parents 283bf45 + 9b51049 commit 068a9dc

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

poetry.lock

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020

2121
[tool.poetry.dependencies]
22-
python = "3.11"
22+
python = "^3.11"
2323
httpx = {extras=["http2"], version="^0.25.0"}
2424
pydantic = {extras = ["email"], version = "^2.4.2"}
2525

0 commit comments

Comments
 (0)