Skip to content

Commit

Permalink
oprjson upgraded to 3.10.7 (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
alesnovak-s1 authored Sep 13, 2024
1 parent a8f1874 commit a5d0a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ psutil==5.7.0

# Agent's common requirements, but only for platform-dependent types of agent.
# <COMPONENT:COMMON_PLATFORM_DEPENDENT>
orjson==3.8.0; python_version >= '3.7' and platform_system != 'Darwin'
orjson==3.10.7; python_version >= '3.7' and platform_system != 'Darwin'
orjson==3.6.1; python_version == '3.6' and platform_system != 'Darwin'
orjson==2.0.11; python_version == '3.5' and platform_system != 'Darwin'
zstandard==0.19.0; python_version >= '3.7'
Expand Down

0 comments on commit a5d0a15

Please sign in to comment.