Skip to content

Commit

Permalink
Bump version to 3.4.1
Browse files Browse the repository at this point in the history
- Fix support of PyMongo 4
- Add configurable subject_identifier_uri to clients
- fix: example/requirements.txt to reduce vulnerabilities
- fix: userinfo: avoid indexing by None user_id in stateless mode

Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Oct 11, 2023
1 parent 8bc8d0a commit a6cbe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pyop',
version='3.4.0',
version='3.4.1',
packages=find_packages('src'),
package_dir={'': 'src'},
url='https://github.com/IdentityPython/pyop',
Expand Down

0 comments on commit a6cbe40

Please sign in to comment.