We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d10ec commit 47b6a51Copy full SHA for 47b6a51
requirements.txt
@@ -1,3 +1,5 @@
1
requests==2.*
2
websocket-client==1.5.1
3
-pydantic==2.4.2
+
4
+pydantic==2.4.2; python_version < "3.13"
5
+pydantic>=2.8; python_version >= "3.13"
0 commit comments