Skip to content

Commit b4cf80e

Browse files
authored
Bump SDK (#185)
* Bump gevent
1 parent 872144d commit b4cf80e

File tree

2 files changed

+1968
-1885
lines changed

2 files changed

+1968
-1885
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66
requires-python = "~=3.9"
77
readme = "README.md"
88
license = "MIT"
9-
dependencies = ["temporalio>=1.11.0,<2"]
9+
dependencies = ["temporalio>=1.11.1,<2"]
1010

1111
[project.urls]
1212
Homepage = "https://github.com/temporalio/samples-python"
@@ -34,7 +34,7 @@ encryption = [
3434
"cryptography>=38.0.1,<39",
3535
"aiohttp>=3.8.1,<4",
3636
]
37-
gevent = ["gevent>=23.9.1,<24 ; python_version >= '3.8'"]
37+
gevent = ["gevent==25.4.2 ; python_version >= '3.8'"]
3838
langchain = [
3939
"langchain>=0.1.7,<0.2 ; python_version >= '3.8.1' and python_version < '4.0'",
4040
"langchain-openai>=0.0.6,<0.0.7 ; python_version >= '3.8.1' and python_version < '4.0'",

0 commit comments

Comments
 (0)