Skip to content

Commit 81f6d77

Browse files
authored
Merge pull request kivy#2742 from FilipeMarch/patch-3
🐛 fix: Update `pydantic` recipe
2 parents e393a9e + 391af5e commit 81f6d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pythonforandroid/recipes/pydantic/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
class PydanticRecipe(PythonRecipe):
5-
version = '1.8.2'
6-
url = 'https://github.com/samuelcolvin/pydantic/archive/refs/tags/v{version}.zip'
5+
version = '1.10.4'
6+
url = 'https://github.com/pydantic/pydantic/archive/refs/tags/v{version}.zip'
77
depends = ['setuptools']
8-
python_depends = ['Cython', 'devtools', 'email-validator', 'dataclasses', 'typing-extensions', 'python-dotenv']
8+
python_depends = ['Cython', 'devtools', 'email-validator', 'typing-extensions', 'python-dotenv']
99
call_hostpython_via_targetpython = False
1010

1111

0 commit comments

Comments
 (0)