-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add example and support for compatibility tests
- Loading branch information
1 parent
2f5c2df
commit 3f3fac6
Showing
5 changed files
with
48 additions
and
15 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
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
atomicwrites==1.4.1 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" | ||
attrs==24.2.0 ; python_version >= "3.10" and python_version < "4.0" | ||
annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0" | ||
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" | ||
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11" | ||
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
packaging==24.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" | ||
py==1.11.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pydantic==1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest==7.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
tomli==2.0.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pydantic-core==2.20.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pydantic==2.8.2 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest==8.3.2 ; python_version >= "3.10" and python_version < "4.0" | ||
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" | ||
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" |
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