@@ -6,7 +6,7 @@ authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66requires-python = " >=3.10"
77readme = " README.md"
88license = " MIT"
9- dependencies = [" temporalio>=1.23 .0,<2" ]
9+ dependencies = [" temporalio>=1.26 .0,<2" ]
1010
1111[project .urls ]
1212Homepage = " https://github.com/temporalio/samples-python"
@@ -30,23 +30,19 @@ bedrock = ["boto3>=1.34.92,<2"]
3030dsl = [" pyyaml>=6.0.1,<7" , " types-pyyaml>=6.0.12,<7" , " dacite>=1.8.1,<2" ]
3131encryption = [" cryptography>=38.0.1,<39" , " aiohttp>=3.8.1,<4" ]
3232gevent = [" gevent>=25.4.2 ; python_version >= '3.8'" ]
33- langchain = [
34- " langchain>=0.1.7,<0.2 ; python_version >= '3.8.1' and python_version < '4.0'" ,
35- " langchain-openai>=0.0.6,<0.0.7 ; python_version >= '3.8.1' and python_version < '4.0'" ,
36- " langsmith>=0.1.22,<0.2 ; python_version >= '3.8.1' and python_version < '4.0'" ,
37- " openai>=1.4.0,<2" ,
38- " fastapi>=0.115.12" ,
39- " tqdm>=4.62.0,<5" ,
40- " uvicorn[standard]>=0.24.0.post1,<0.25" ,
33+ langsmith-tracing = [
34+ " openai>=1.4.0" ,
35+ " langsmith>=0.7.0" ,
36+ " temporalio[pydantic,langsmith]>=1.26.0" ,
4137]
4238nexus = [" nexus-rpc>=1.1.0,<2" ]
4339open-telemetry = [
4440 " temporalio[opentelemetry]" ,
4541 " opentelemetry-exporter-otlp-proto-grpc" ,
4642]
4743openai-agents = [
48- " openai-agents[litellm] == 0.3.2 " ,
49- " temporalio[openai-agents] >= 1.18 .0" ,
44+ " openai-agents[litellm] >= 0.14.1 " ,
45+ " temporalio[openai-agents,opentelemetry ] >= 1.26 .0" ,
5046 " requests>=2.32.0,<3" ,
5147]
5248pydantic-converter = [" pydantic>=2.10.6,<3" ]
@@ -79,7 +75,7 @@ packages = [
7975 " encryption" ,
8076 " gevent_async" ,
8177 " hello" ,
82- " langchain " ,
78+ " langsmith_tracing " ,
8379 " message_passing" ,
8480 " nexus" ,
8581 " open_telemetry" ,
0 commit comments