11[project ]
22name = " uipath-langchain"
3- version = " 0.0.136 "
3+ version = " 0.0.137 "
44description = " UiPath Langchain"
55readme = { file = " README.md" , content-type = " text/markdown" }
66requires-python = " >=3.10"
77dependencies = [
8- " uipath>=2.1.65, <2.2.0" ,
9- " langgraph>=0.5.0, <0.7.0" ,
10- " langchain-core>=0.3.34" ,
11- " langgraph-checkpoint-sqlite>=2.0.3" ,
12- " langchain-community>=0.3.21" ,
13- " langchain-openai>=0.3.3" ,
14- " langchain>=0.3.4" ,
15- " pydantic-settings>=2.6.0" ,
16- " python-dotenv>=1.0.1" ,
17- " httpx>=0.27.0" ,
18- " openai>=1.65.5" ,
19- " openinference-instrumentation-langchain>=0.1.50" ,
20- " jsonschema-pydantic>=0.6" ,
8+ " uipath>=2.1.65, <2.2.0" ,
9+ " langgraph>=0.5.0, <0.7.0" ,
10+ " langchain-core>=0.3.34" ,
11+ " langgraph-checkpoint-sqlite>=2.0.3" ,
12+ " langchain-community>=0.3.21" ,
13+ " langchain-openai>=0.3.3" ,
14+ " langchain>=0.3.4" ,
15+ " pydantic-settings>=2.6.0" ,
16+ " python-dotenv>=1.0.1" ,
17+ " httpx>=0.27.0" ,
18+ " openai>=1.65.5" ,
19+ " openinference-instrumentation-langchain>=0.1.50" ,
20+ " jsonschema-pydantic>=0.6" ,
2121]
2222classifiers = [
23- " Development Status :: 3 - Alpha" ,
24- " Intended Audience :: Developers" ,
25- " Topic :: Software Development :: Build Tools" ,
26- " Programming Language :: Python :: 3.10" ,
27- " Programming Language :: Python :: 3.11" ,
28- " Programming Language :: Python :: 3.12" ,
23+ " Development Status :: 3 - Alpha" ,
24+ " Intended Audience :: Developers" ,
25+ " Topic :: Software Development :: Build Tools" ,
26+ " Programming Language :: Python :: 3.10" ,
27+ " Programming Language :: Python :: 3.11" ,
28+ " Programming Language :: Python :: 3.12" ,
2929]
3030maintainers = [
31- { name = " Marius Cosareanu" , email = " marius.cosareanu@uipath.com" },
32- { name = " Cristian Pufu" , email = " cristian.pufu@uipath.com" }
31+ { name = " Marius Cosareanu" , email = " marius.cosareanu@uipath.com" },
32+ { name = " Cristian Pufu" , email = " cristian.pufu@uipath.com" },
3333]
3434
3535[project .entry-points ."uipath .middlewares" ]
@@ -46,21 +46,19 @@ build-backend = "hatchling.build"
4646
4747[dependency-groups ]
4848dev = [
49- " mypy>=1.14.1" ,
50- " ruff>=0.9.4" ,
51- " pytest>=7.4.0" ,
52- " pytest-cov>=4.1.0" ,
53- " pytest-mock>=3.11.1" ,
54- " pytest-asyncio>=1.0.0" ,
55- " pre-commit>=4.1.0" ,
56- " numpy>=1.24.0" ,
57- " pytest_httpx>=0.35.0"
49+ " mypy>=1.14.1" ,
50+ " ruff>=0.9.4" ,
51+ " pytest>=7.4.0" ,
52+ " pytest-cov>=4.1.0" ,
53+ " pytest-mock>=3.11.1" ,
54+ " pytest-asyncio>=1.0.0" ,
55+ " pre-commit>=4.1.0" ,
56+ " numpy>=1.24.0" ,
57+ " pytest_httpx>=0.35.0" ,
5858]
5959
6060[project .optional-dependencies ]
61- langchain = [
62- " uipath-langchain>=0.0.2"
63- ]
61+ langchain = [" uipath-langchain>=0.0.2" ]
6462
6563[tool .hatch .build .targets .wheel ]
6664packages = [" src/uipath_langchain" ]
@@ -83,13 +81,8 @@ skip-magic-trailing-comma = false
8381line-ending = " auto"
8482
8583[tool .mypy ]
86- plugins = [
87- " pydantic.mypy"
88- ]
89- exclude = [
90- " samples/.*" ,
91- " testcases/.*"
92- ]
84+ plugins = [" pydantic.mypy" ]
85+ exclude = [" samples/.*" , " testcases/.*" ]
9386
9487follow_imports = " silent"
9588warn_redundant_casts = true
0 commit comments