| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fbec755 commit 77fe4ec
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,12 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t | |||
| 13 | 13 | ||
| 14 | 14 | The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2). | |
| 15 | 15 | ||
| 16 | + ## 0.25.2 (2025-07-03) | ||
| 17 | + | ||
| 18 | + ### Fixes | ||
| 19 | + | ||
| 20 | + - Import error for `types.FileType` (#1274) (#1278) | ||
| 21 | + | ||
| 16 | 22 | ## 0.25.1 (2025-06-19) | |
| 17 | 23 | ||
| 18 | 24 | ### Fixes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ dependencies = [ | |||
| 18 | 18 | "typing-extensions>=4.8.0,<5.0.0", | |
| 19 | 19 | ] | |
| 20 | 20 | name = "openapi-python-client" | |
| 21 | - version = "0.25.1" | ||
| 21 | + version = "0.25.2" | ||
| 22 | 22 | description = "Generate modern Python clients from OpenAPI" | |
| 23 | 23 | keywords = [ | |
| 24 | 24 | "OpenAPI", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments