Skip to content

Commit

Permalink
update sdkgen
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 22, 2025
1 parent ed5a0b8 commit c7188b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion integration/csharp/generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Sdkgen.Client" Version="0.1.7" />
<PackageReference Include="Sdkgen.Client" Version="2.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion integration/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module main

go 1.20

require github.com/apioo/sdkgen-go v1.0.3
require github.com/apioo/sdkgen-go/v2 v2.0.2
7 changes: 1 addition & 6 deletions integration/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
github.com/apioo/sdkgen-go v1.0.0 h1:B03lOUYmhYgIITbB1ry+4/DDTNf+cqSnyAR9/Tll9XY=
github.com/apioo/sdkgen-go v1.0.0/go.mod h1:S0fw3foB73DKaffWRrhehaGaluMdl2RdQ03qI6shHJ4=
github.com/apioo/sdkgen-go v1.0.1 h1:W5Z9yr+auEqyJj7srpsyC1aGMWZT+QQtb3cOpRd0JAk=
github.com/apioo/sdkgen-go v1.0.1/go.mod h1:S0fw3foB73DKaffWRrhehaGaluMdl2RdQ03qI6shHJ4=
github.com/apioo/sdkgen-go v1.0.3 h1:Ni5u7KOzkTpCyHVuA8wZr8uhriIgKukH0KOfKkFhc0o=
github.com/apioo/sdkgen-go v1.0.3/go.mod h1:S0fw3foB73DKaffWRrhehaGaluMdl2RdQ03qI6shHJ4=
github.com/apioo/sdkgen-go/v2 v2.0.2/go.mod h1:lYjGHtj+zeupXy3GqX9y1gj+YEGGbNOeIu1L1IO7Tm8=
2 changes: 1 addition & 1 deletion integration/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>app.sdkgen</groupId>
<artifactId>client</artifactId>
<version>1.0.7</version>
<version>2.0.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion integration/php/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": ">=8.1",
"sdkgen/client": "^1.0"
"sdkgen/client": "^2.0"
}
}
2 changes: 1 addition & 1 deletion integration/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sdkgen-client
sdkgen-client>=2.0
requests
pydantic

0 comments on commit c7188b0

Please sign in to comment.