Skip to content

Commit

Permalink
fix: version pinning in csharp and python (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Jan 8, 2025
1 parent a504792 commit 241a212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/openmeteo_sdk/openmeteo_sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.FlatBuffers" Version="24.*" />
<PackageReference Include="Google.FlatBuffers" Version="24.3.25" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
requires-python = ">=3.8.1"
dependencies = [
"flatbuffers>=24.0.0",
"flatbuffers==24.3.25",
]

[project.urls]
Expand Down

0 comments on commit 241a212

Please sign in to comment.