Skip to content
New issue

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

fix: removes 64-char limit for url path & query #264

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

yozachar
Copy link
Collaborator

@yozachar yozachar commented Apr 10, 2023

  • removes IDNA enforced 64-char limit on url path & query
  • validates absurd quoted url: http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com
  • updates dependencies, changelog and pre-commit-hooks
  • bumps patch version

Related items

Issues

@yozachar yozachar added review PR: Can be reviewed maintenance PR: Alters existing source code labels Apr 10, 2023
@yozachar yozachar self-assigned this Apr 10, 2023
- removes IDNA enforced 64-char limit on url path & query
- validates absurd quoted url: `http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com`
- updates dependencies, changelog and pre-commit-hooks
- bumps patch version

**Related items**

*Issues*

- Closes python-validators#257
@yozachar yozachar removed the review PR: Can be reviewed label Apr 12, 2023
@yozachar yozachar merged commit 5b960f0 into python-validators:master Apr 12, 2023
@yozachar yozachar linked an issue Mar 22, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR: Alters existing source code
Projects
None yet
1 participant