Skip to content

Commit 4536b72

Browse files
authored
Merge pull request #3252 from T-Dynamos/pydantic_fix
`pydantic`: update to 2.41.4
2 parents b7ff762 + 63b9ded commit 4536b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pydantic-core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class PydanticcoreRecipe(RustCompiledComponentsRecipe):
5-
version = "2.16.1"
5+
version = "2.41.4"
66
url = "https://github.com/pydantic/pydantic-core/archive/refs/tags/v{version}.tar.gz"
77
site_packages_name = "pydantic_core"
88

0 commit comments

Comments
 (0)