1
1
[tool .poetry ]
2
2
name = " langsmith"
3
- version = " 0.3.36rc0 "
3
+ version = " 0.3.37rc0 "
4
4
description = " Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
5
5
authors = [
" LangChain <[email protected] >" ]
6
6
license = " MIT"
@@ -22,7 +22,7 @@ keywords = [
22
22
packages = [{ include = " langsmith" }]
23
23
24
24
[tool .poetry .dependencies ]
25
- python = " >=3.9,<4.0 "
25
+ python = " >=3.9"
26
26
pydantic = [
27
27
{ version = " >=1,<3" , python = " <3.12.4" },
28
28
{ version = " ^2.7.4" , python = " >=3.12.4" },
@@ -59,16 +59,16 @@ types-psutil = "^5.9.5.16"
59
59
psutil = " ^5.9.5"
60
60
freezegun = " ^1.2.2"
61
61
pytest-subtests = " ^0.11.0"
62
- pytest-watcher = " ^0.3.4"
62
+ pytest-watcher = { version = " ^0.3.4" , python = " <4.0 " }
63
63
pytest-xdist = " ^3.5.0"
64
64
pytest-cov = " ^4.1.0"
65
- dataclasses-json = " ^0.6.4"
65
+ dataclasses-json = { version = " ^0.6.4" , python = " <4.0 " }
66
66
types-tqdm = " ^4.66.0.20240106"
67
67
vcrpy = " >=7.0.0"
68
68
fastapi = " ^0.115.4"
69
69
uvicorn = " ^0.29.0"
70
70
pytest-rerunfailures = " ^14.0"
71
- pytest-socket = " ^0.7.0"
71
+ pytest-socket = { version = " ^0.7.0" , python = " <4.0 " }
72
72
pyperf = " ^2.7.0"
73
73
py-spy = " ^0.3.14"
74
74
multipart = " ^1.0.0"
@@ -83,7 +83,7 @@ openai = "^1.55"
83
83
84
84
85
85
[tool .poetry .group .test .dependencies ]
86
- pytest-socket = " ^0.7.0"
86
+ pytest-socket = { version = " ^0.7.0" , python = " <4.0 " }
87
87
anthropic = " ^0.45.0"
88
88
89
89
[tool .poetry .extras ]
0 commit comments