Skip to content

Commit d0b408b

Browse files
authored
Merge pull request #129 from UiPath/fix/increase_open_aiversion
fix: update open ai version
2 parents 2f44217 + 7186808 commit d0b408b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- main
88
paths:
99
- 'packages/*/pyproject.toml'
10+
- '!packages/*/samples/**/pyproject.toml'
11+
- '!packages/*/testcases/**/pyproject.toml'
1012

1113
permissions:
1214
contents: read

packages/uipath-openai-agents/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-openai-agents"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "UiPath OpenAI Agents SDK"
55
readme = "README.md"
66
requires-python = ">=3.11"

packages/uipath-openai-agents/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)