Skip to content

Commit

Permalink
chore: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Mar 2, 2024
1 parent 7ffff81 commit 653bc48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ classifiers = [
]
requires-python = ">= 3.8"
dependencies = [
"anyio>=4.3.0",
"typing-extensions>=4.10.0",
"anyio>=4.0.0",
"typing-extensions>=4.4.0",
"cloudpickle>=3.0.0",
"async-wrapper>=0.8.3",
"tblib>=3.0.0",
"exceptiongroup>=1.2.0; python_version < '3.11'",
"psutil>=1",
"exceptiongroup; python_version < '3.11'",
"psutil",
]

[project.urls]
Expand Down

0 comments on commit 653bc48

Please sign in to comment.