Skip to content

Commit

Permalink
chore(package): pin major versions of dependencies (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jul 12, 2023
1 parent 54915d3 commit 9fd090c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
httpx = ">= 0.23.0"
httpx = ">= 0.23.0, < 1"
pydantic = "^1.9.0"
typing-extensions = ">= 4.1.1"
anyio = ">= 3.5.0"
distro = ">= 1.7.0"
typing-extensions = ">= 4.1.1, < 5"
anyio = ">= 3.5.0, < 4"
distro = ">= 1.7.0, < 2"


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

0 comments on commit 9fd090c

Please sign in to comment.