From d6572e1939b30d71c7cfb0a0616e6f2b3da3609a Mon Sep 17 00:00:00 2001 From: kompotkot Date: Tue, 7 Jan 2025 10:48:41 +0000 Subject: [PATCH] Fix deps version --- types/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/python/setup.py b/types/python/setup.py index 3aaabb8f..f34f7867 100644 --- a/types/python/setup.py +++ b/types/python/setup.py @@ -34,7 +34,7 @@ setup( zip_safe=False, install_requires=[ "moonstreamdb>=0.4.5", - "moonstreamdb_v3>=0.1.3", + "moonstreamdb-v3>=0.1.3", ], extras_require={ "dev": ["black", "isort", "mypy"],