@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " servicenow-api"
7- version = " 1.33 .0"
7+ version = " 1.34 .0"
88description = " Python ServiceNow API Wrapper"
99readme = " README.md"
1010classifiers = [ " Development Status :: 5 - Production/Stable" , " License :: Public Domain" , " Environment :: Console" , " Operating System :: POSIX :: Linux" , " Programming Language :: Python :: 3" ,]
1111requires-python = " >=3.11, <3.15"
12- dependencies = [ " agent-utilities>=0.45 .0" ,]
12+ dependencies = [ " agent-utilities>=0.47 .0" ,]
1313[[project .authors ]]
1414name = " Audel Rouhi"
1515email = " knucklessg1@gmail.com"
@@ -18,9 +18,9 @@ email = "knucklessg1@gmail.com"
1818text = " MIT"
1919
2020[project .optional-dependencies ]
21- mcp = [ " agent-utilities[mcp]>=0.45 .0" ,]
22- agent = [ " agent-utilities[agent,logfire]>=0.45 .0" ,]
23- all = [ " agent-utilities[mcp,agent,logfire]>=0.45 .0" ,]
21+ mcp = [ " agent-utilities[mcp]>=0.47 .0" ,]
22+ agent = [ " agent-utilities[agent,logfire]>=0.47 .0" ,]
23+ all = [ " agent-utilities[mcp,agent,logfire]>=0.47 .0" ,]
2424test = [
2525 " pytest-xdist>=3.6.0" , " pytest" , " pytest-asyncio" , " pytest-cov" ,]
2626
0 commit comments