Skip to content

Commit

Permalink
Pin psycopg2-binary to fix UTC error (#378)
Browse files Browse the repository at this point in the history
* Pin psycopg2-binary to fix UTC error
* Bump Version and update changelog
  • Loading branch information
craigwindell authored Jul 23, 2021
1 parent f41371a commit 89c7e55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ represented by the pull requests that fixed them. Critical items to know are:


## [master](https://github.com/singularityhub/sregistry/tree/master) (master)
- fix issues with psycopg2-binary and saml auth (1.1.38)
- Pin psycopg2-binary 2.8.6 to deal with UTC errors
- change formatting of the login URL to fix saml auth
- bump django version update (1.1.37)
- update base container to Python 3.6.13 (1.1.36)
- fix google build deprecated djangorestframework function
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.37
1.1.38
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ markdown
numexpr
oauth2client==3.0
Pillow
psycopg2-binary
psycopg2-binary~=2.8.6
pygments
python3-saml
python-social-auth
Expand Down

0 comments on commit 89c7e55

Please sign in to comment.