Skip to content

Commit 9a9d34b

Browse files
chore: bump fallback_version to 1.0.3.dev0 (#5842)
Automated post-release version bump after v1.0.2. Updates fallback_version in both pyproject.toml files to 1.0.3.dev0. This PR was created automatically by the post-release workflow. Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ba8daae commit 9a9d34b

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
6-
fallback_version = "1.0.2.dev0"
6+
fallback_version = "1.0.3.dev0"
77

88
[tool.uv]
99
required-version = ">=0.7.0"
@@ -75,7 +75,7 @@ dependencies = [
7575

7676
[project.optional-dependencies]
7777
client = [
78-
"ogx-client>=1.0.1", # Optional for library-only usage
78+
"ogx-client>=1.0.2", # Optional for library-only usage
7979
]
8080
starter = [
8181
"aiohttp",
@@ -139,7 +139,7 @@ dev = [
139139
"pre-commit>=4.4.0",
140140
"ruamel.yaml", # needed for openapi generator
141141
"openapi-spec-validator>=0.7.2",
142-
"ogx-client>=1.0.1",
142+
"ogx-client>=1.0.2",
143143
"boto3",
144144
"torch>=2.6.0",
145145
]
@@ -178,7 +178,7 @@ type_checking = [
178178
"langchain-openai",
179179
"langchain-core",
180180
"langgraph",
181-
"ogx-client>=1.0.1",
181+
"ogx-client>=1.0.2",
182182
]
183183
test-common = [
184184
"aiohttp",

src/ogx_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ogx_api = ["py.typed", "**/*.json", "**/*.yaml"]
9292

9393
[tool.setuptools_scm]
9494
root = "../.."
95-
fallback_version = "1.0.2.dev0"
95+
fallback_version = "1.0.3.dev0"
9696

9797
[tool.ruff]
9898
line-length = 120

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)