-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow Pydantic >= 2.5.3 * remove types-pkg-resources it was yanked on pypi because it's obsoleted by types-setuptools. but pkg_resources is typed in recent setuptools, so we don't need a types package at all * poetry lock * fix type annotation for 2.8.2 create_schema_validator now returns SchemaValidator | PluggableSchemaValidator * allow pydantic up to 2.8 for now * accept new error message in test * fix binary test that was corrupted * bump security deps to avoid errors in codefactor * unify poetry versions and bump --------- Co-authored-by: collerek <[email protected]>
- Loading branch information
Showing
12 changed files
with
1,188 additions
and
1,560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Install Poetry | ||
uses: snok/[email protected] | ||
with: | ||
version: 1.4.2 | ||
version: 1.8.4 | ||
virtualenvs-create: false | ||
|
||
- name: Poetry details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Install Poetry | ||
uses: snok/[email protected] | ||
with: | ||
version: 1.4.2 | ||
version: 1.8.4 | ||
virtualenvs-create: false | ||
|
||
- name: Poetry details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- name: Install Poetry | ||
uses: snok/[email protected] | ||
with: | ||
version: 1.4.1 | ||
version: 1.8.4 | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
- name: Install Poetry | ||
uses: snok/[email protected] | ||
with: | ||
version: 1.4.2 | ||
version: 1.8.4 | ||
virtualenvs-create: false | ||
|
||
- name: Poetry details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Install Poetry | ||
uses: snok/[email protected] | ||
with: | ||
version: 1.4.2 | ||
version: 1.8.4 | ||
virtualenvs-create: false | ||
|
||
- name: Poetry details | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters