File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " braspag-sdk"
3- version = " 0.0.5 "
3+ version = " 0.0.6 "
44description = " An unofficial Python SDK for Braspag"
55authors = [
66 " Roman Sirokov <sirokov@dizconto.com>" ,
@@ -26,7 +26,7 @@ classifiers = [
2626
2727[tool .poetry .dependencies ]
2828python = " >=3.7,<4.0"
29- future = " ^0.18.3 "
29+ future = " ^1.0.0 "
3030requests = " ^2.31.0"
3131
3232
Original file line number Diff line number Diff line change 1- appdirs == 1.4.4 ; python_version >= "3.12" and python_version < "4.0"
2- certifi == 2023.11.17 ; python_version >= "3.12" and python_version < "4.0"
3- charset-normalizer == 3.3.2 ; python_version >= "3.12" and python_version < "4.0"
4- future == 0.18.3 ; python_version >= "3.12" and python_version < "4.0"
5- idna == 3.6 ; python_version >= "3.12" and python_version < "4.0"
6- packaging == 23.2 ; python_version >= "3.12" and python_version < "4.0"
7- pyparsing == 3.1.1 ; python_version >= "3.12" and python_version < "4.0"
8- requests == 2.31.0 ; python_version >= "3.12" and python_version < "4.0"
9- urllib3 == 2.1.0 ; python_version >= "3.12" and python_version < "4.0"
1+ certifi == 2024.2.2 ; python_version >= "3.7" and python_version < "4.0"
2+ charset-normalizer == 3.3.2 ; python_version >= "3.7" and python_version < "4.0"
3+ future == 1.0.0 ; python_version >= "3.7" and python_version < "4.0"
4+ idna == 3.6 ; python_version >= "3.7" and python_version < "4.0"
5+ requests == 2.31.0 ; python_version >= "3.7" and python_version < "4.0"
6+ urllib3 == 2.0.7 ; python_version >= "3.7" and python_version < "4.0"
You can’t perform that action at this time.
0 commit comments