We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hola estoy intentando de validad un comprobante o de obtener los puntos de ventas y obtengo el siguiente error
/code # pip freeze amqp==5.2.0 asgiref==3.8.1 attrs==23.2.0 beautifulsoup4==4.12.3 billiard==4.2.0 Brotli==1.1.0 celery==5.4.0 certifi==2024.6.2 cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 click-didyoumean==0.3.1 click-plugins==1.1.1 click-repl==0.3.0 cryptography==39.0.2 cssselect2==0.7.0 Django==4.2.13 django-admin-autocomplete-filter==0.7.1 django-afip==12.0.0 django-bootstrap-v5==1.0.11 django-cors-headers==4.3.1 django-renderpdf==4.0.0 djangorestframework==3.15.1 djangorestframework-simplejwt==5.3.1 et-xmlfile==1.1.0 fontawesomefree==6.5.1 fonttools==4.53.0 greenlet==3.0.3 gunicorn==22.0.0 html5lib==1.1 idna==3.7 isodate==0.6.1 kombu==5.3.7 lxml==5.2.2 numpy==1.26.4 openpyxl==3.1.3 packaging==24.0 pandas==2.2.2 pillow==10.3.0 platformdirs==4.2.2 prompt_toolkit==3.0.46 psycopg2-binary==2.9.9 pycparser==2.22 pydyf==0.10.0 PyJWT==2.8.0 pyOpenSSL==23.2.0 pyphen==0.15.0 pypng==0.20220715.0 python-dateutil==2.9.0.post0 pytz==2024.1 PyYAML==6.0.1 qrcode==7.4.2 redis==5.0.5 requests==2.32.3 requests-file==2.1.0 requests-toolbelt==1.0.0 setuptools==70.0.0 setuptools-git==1.2 six==1.16.0 sorl-thumbnail==12.10.0 soupsieve==2.5 SQLAlchemy==2.0.30 sqlparse==0.5.0 tinycss2==1.3.0 typing_extensions==4.12.1 tzdata==2024.1 urllib3==2.2.1 vine==5.1.0 wcwidth==0.2.13 weasyprint==62.2 webencodings==0.5.1 wheel==0.43.0 xlrd==2.0.1 zeep==4.2.1 zopfli==0.2.3
Alguna idea
The text was updated successfully, but these errors were encountered:
Es una regresión en requests==2.32.3: psf/requests#6710 (comment)
Necesitás usar requests==2.31.0.
requests==2.31.0
Sorry, something went wrong.
Excelente!! ahí quedó funcionando!! Muchas Gracias!!!
psf/requests#6736
No branches or pull requests
Hola estoy intentando de validad un comprobante o de obtener los puntos de ventas y obtengo el siguiente error
/code # pip freeze
amqp==5.2.0
asgiref==3.8.1
attrs==23.2.0
beautifulsoup4==4.12.3
billiard==4.2.0
Brotli==1.1.0
celery==5.4.0
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
cryptography==39.0.2
cssselect2==0.7.0
Django==4.2.13
django-admin-autocomplete-filter==0.7.1
django-afip==12.0.0
django-bootstrap-v5==1.0.11
django-cors-headers==4.3.1
django-renderpdf==4.0.0
djangorestframework==3.15.1
djangorestframework-simplejwt==5.3.1
et-xmlfile==1.1.0
fontawesomefree==6.5.1
fonttools==4.53.0
greenlet==3.0.3
gunicorn==22.0.0
html5lib==1.1
idna==3.7
isodate==0.6.1
kombu==5.3.7
lxml==5.2.2
numpy==1.26.4
openpyxl==3.1.3
packaging==24.0
pandas==2.2.2
pillow==10.3.0
platformdirs==4.2.2
prompt_toolkit==3.0.46
psycopg2-binary==2.9.9
pycparser==2.22
pydyf==0.10.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pyphen==0.15.0
pypng==0.20220715.0
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
qrcode==7.4.2
redis==5.0.5
requests==2.32.3
requests-file==2.1.0
requests-toolbelt==1.0.0
setuptools==70.0.0
setuptools-git==1.2
six==1.16.0
sorl-thumbnail==12.10.0
soupsieve==2.5
SQLAlchemy==2.0.30
sqlparse==0.5.0
tinycss2==1.3.0
typing_extensions==4.12.1
tzdata==2024.1
urllib3==2.2.1
vine==5.1.0
wcwidth==0.2.13
weasyprint==62.2
webencodings==0.5.1
wheel==0.43.0
xlrd==2.0.1
zeep==4.2.1
zopfli==0.2.3
Alguna idea
The text was updated successfully, but these errors were encountered: