Skip to content

Commit 2206c82

Browse files
authored
Merge pull request #181 from UiPath/fix/update_open_ai_runtime
fix: use shared serialization and schema utils from uipath core
2 parents dfe34bf + 58d6325 commit 2206c82

54 files changed

Lines changed: 231 additions & 17876 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/uipath-openai-agents/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-openai-agents"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Python SDK that enables developers to build and deploy OpenAI agents to the UiPath Cloud Platform"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -10,7 +10,7 @@ dependencies = [
1010
"openai-agents>=0.6.5",
1111
"openinference-instrumentation-openai-agents>=1.4.0",
1212
"uipath>=2.8.18, <2.9.0",
13-
"uipath-runtime>=0.8.0, <0.9.0",
13+
"uipath-runtime>=0.9.0, <0.10.0",
1414
]
1515
classifiers = [
1616
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)