Skip to content

Commit

Permalink
Security update
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoSecundus committed Aug 15, 2023
1 parent 497758c commit c927af2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,49 @@
# Changelog

## [0.1.4] - 15.08.2023

**Fixed**

- Security Updates

## [0.1.3] - 27.06.2023

### Added
**Added**

- Added support for pydantic models and similar type-safety frameworks

### Changed
**Updated**

- Performance improvements
- Thread safety improvements

## [0.1.2] - 2023-05-26

### Fixed
**Fixed**

- Switched from Tornado 6.2 to 6.3.2 due to a vulnerability.

## [0.1.1] - 2023-04-17

### Added
**Added**

- Added PyODBCache for inter-process caching functionality.
- Added extended documentation

### Changed
**Updated**

- Many performance improvements
- Reaching max recursion depth no longer causes an error
- Types beyond max recursion depth are now pickled and saved as blobs

### Fixed
**Fixed**

- Stabilized Multi-Threading and Multi-Processing
(still causes Problems under specific circumstances)


## [0.1.0] - 2023-03-31

### Added
**Added**

- First fully working Version
- Implemented PyODB Main Functionalities
6 changes: 3 additions & 3 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2022.12.7=ha878542_0
- certifi=2022.12.7=pyhd8ed1ab_0
- debugpy=1.5.1=py310h295c915_0
- decorator=5.1.1=pyhd8ed1ab_0
- entrypoints=0.4=pyhd8ed1ab_0
Expand Down Expand Up @@ -68,14 +67,15 @@ dependencies:
- bleach==6.0.0
- build==0.10.0
- cachetools==5.3.0
- certifi==2023.7.22
- cffi==1.15.1
- cfgv==3.3.1
- chardet==5.1.0
- charset-normalizer==3.1.0
- click==8.1.3
- colorama==0.4.6
- coverage==7.2.2
- cryptography==40.0.1
- cryptography==41.0.3
- distlib==0.3.6
- docutils==0.19
- exceptiongroup==1.1.1
Expand Down Expand Up @@ -107,7 +107,7 @@ dependencies:
- pytest-cov==4.0.0
- pyyaml==6.0
- readme-renderer==37.3
- requests==2.28.2
- requests==2.31.0
- requests-toolbelt==0.10.1
- rfc3986==2.0.0
- rich==13.3.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyodb"
version = "0.1.3"
version = "0.1.4"
authors = [
{ name="Nikolas Teuschl", email="[email protected]" },
]
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ backcall==0.2.0
bleach==6.0.0
build==0.10.0
cachetools==5.3.0
certifi==2022.12.7
certifi==2023.07.22
cffi==1.15.1
cfgv==3.3.1
chardet==5.1.0
Expand All @@ -13,7 +13,7 @@ click==8.1.3
colorama==0.4.6
comm==0.1.3
coverage==7.2.2
cryptography==40.0.1
cryptography==41.0.3
debugpy==1.6.7
decorator==5.1.1
distlib==0.3.6
Expand Down Expand Up @@ -68,7 +68,7 @@ python-dateutil==2.8.2
PyYAML==6.0
pyzmq==25.1.0
readme-renderer==37.3
requests==2.28.2
requests==2.31.0
requests-toolbelt==0.10.1
rfc3986==2.0.0
rich==13.3.2
Expand All @@ -77,7 +77,7 @@ SecretStorage==3.3.3
snakeviz==2.1.1
stack-data==0.6.2
tomli==2.0.1
tornado==6.3.2
tornado==6.3.3
tox==4.4.8
tqdm==4.65.0
traitlets==5.9.0
Expand Down

0 comments on commit c927af2

Please sign in to comment.